Skip to content

ENT-14906 - Sample for Enabling Proof-Free Transactions#121

Draft
filipesoliveira wants to merge 6 commits intorelease/4.12from
filipe.oliveira/ENT-14906
Draft

ENT-14906 - Sample for Enabling Proof-Free Transactions#121
filipesoliveira wants to merge 6 commits intorelease/4.12from
filipe.oliveira/ENT-14906

Conversation

@filipesoliveira
Copy link
Copy Markdown

@filipesoliveira filipesoliveira commented Mar 31, 2026

This PR contains the necessary changes to enable Proof-Free Transactions After Key Rotation.

DO NOT MERGE THIS PR. (A separate sample will be created instead of modifying the existing one.)

@filipesoliveira filipesoliveira marked this pull request as draft March 31, 2026 10:15
// Obtain a reference to a notary we wish to use.
/** Explicit selection of notary by CordaX500Name - argument can by coded in flows or parsed from config (Preferred)*/
final Party notary = getServiceHub().getNetworkMapCache().getNotary(CordaX500Name.parse("O=Notary,L=London,C=GB"));
final Party notary = getServiceHub().getNetworkMapCache().getNotary(CordaX500Name.parse("O=TestNotaryService, L=London, C=GB"));
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This must be reverted.

maven { url 'https://repo.gradle.org/gradle/libs-releases' }

// Repository where the user-reported artifact resides
maven {
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be revised once the PRs corda/corda#8046 and https://github.com/corda/enterprise/pull/5597 are merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant